curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_research_render_prospect_html \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_research": "{{prospect_research}}",
"output_variable_name": "prospect_html"
}
'{
"status": 123,
"response": {}
}Renders the Prospect Intelligence Brief as professional email-compatible HTML using Jinja2 templates. No LLM required — fast deterministic rendering.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/prospect_research_render_prospect_html \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"prospect_research": "{{prospect_research}}",
"output_variable_name": "prospect_html"
}
'{
"status": 123,
"response": {}
}Bearer token from your account (https://agent.ai/user/integrations#api)